home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / chip-cd_2003_11.zip / 11 / Multimedia / Photo Album 6.05 / album.exe / install_script.iss
Text File  |  2003-09-19  |  3KB  |  63 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=Photo Album
  5. AppVerName=Version 6.05
  6. AppId=Photo Album
  7. AppPublisher=ShowYourPhotos
  8. AppPublisherURL=http://www.ShowYourPhotos.com
  9. AppSupportURL=http://www.ShowYourPhotos.com
  10. AppUpdatesURL=http://www.ShowYourPhotos.com
  11. DefaultDirName=c:\ShowYourPhotos\
  12. DefaultGroupName=Photo Album
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\PhotoAlbum.exe"; DestDir: "{app}"; 
  23. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  24. Source: "{app}\Autorun.inf"; DestDir: "{app}"; 
  25. Source: "{app}\PhotoAlbum.lng"; DestDir: "{app}"; 
  26. Source: "{app}\CDAlbum.exe"; DestDir: "{app}"; 
  27. Source: "{app}\CDAlbum.hlp"; DestDir: "{app}"; 
  28. Source: "{app}\History.txt"; DestDir: "{app}"; 
  29. Source: "{app}\liscence.txt"; DestDir: "{app}"; 
  30. Source: "{app}\PhotoAlbum.hlp"; DestDir: "{app}"; 
  31. Source: "{app}\AcquireEdit.exe"; DestDir: "{app}"; 
  32. Source: "{app}\Samples\Impale-Chobe.jpg"; DestDir: "{app}\Samples"; 
  33. Source: "{app}\Samples\Victoria falls.jpg"; DestDir: "{app}\Samples"; 
  34. Source: "{app}\Samples\gras.jpg"; DestDir: "{app}\Samples"; 
  35. Source: "{app}\Samples\pond.jpg"; DestDir: "{app}\Samples"; 
  36. Source: "{app}\Samples\Oudshoorn.jpg"; DestDir: "{app}\Samples"; 
  37. Source: "{app}\Samples\OranjeRevier.jpg"; DestDir: "{app}\Samples"; 
  38. Source: "{app}\Samples\LionAtWork.jpg"; DestDir: "{app}\Samples"; 
  39. Source: "{app}\Samples\Hluhluwe-giraffs.jpg"; DestDir: "{app}\Samples"; 
  40. Source: "{app}\Samples\Giraffs-Chobe.jpg"; DestDir: "{app}\Samples"; 
  41. Source: "{app}\Samples\Elephant-Chobe-Botswana.jpg"; DestDir: "{app}\Samples"; 
  42. Source: "{app}\Samples\Chobe-elephants-bathed.jpg"; DestDir: "{app}\Samples"; 
  43. Source: "{app}\AlbumAdmin\PhotoAlbum.txt"; DestDir: "{app}\AlbumAdmin"; 
  44. Source: "{app}\PhotoAlbumScr.scr"; DestDir: "{app}"; 
  45. Source: "{app}\Albumscr.lst"; DestDir: "{app}"; 
  46.  
  47. [Registry]
  48. Root: HKCU; Subkey: "Software\PhotoAlbum"; Flags: uninsdeletekeyifempty 
  49. Root: HKCU; Subkey: "Software\PhotoAlbum"; Flags: uninsdeletekey 
  50. Root: HKCU; Subkey: "Software\PhotoAlbum"; ValueName: "Name"; ValueType: String; ValueData: "Photo Album Version 6"; 
  51. Root: HKCU; Subkey: "Software\PhotoAlbum"; ValueName: "Number"; ValueType: String; ValueData: "11895"; 
  52.  
  53. [Icons]
  54. Name: "{group}\Photo Album"; Filename: "{app}\PhotoAlbum.exe"; WorkingDir: "{app}"; 
  55. Name: "{group}\Acquire  Edit"; Filename: "{app}\AcquireEdit.exe"; WorkingDir: "{app}"; 
  56. Name: "{group}\Photo Album Help"; Filename: "{app}\PhotoAlbum.hlp"; WorkingDir: "{app}"; 
  57. Name: "{userdesktop}\Photo Album"; Filename: "{app}\PhotoAlbum.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  58. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Photo Album"; Filename: "{app}\PhotoAlbum.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  59.  
  60. [Tasks]
  61. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  62. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  63.